GtkInspector: Add a style tab
authorMatthias Clasen <mclasen@redhat.com>
Sun, 6 Jul 2014 16:18:09 +0000 (12:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Jul 2014 02:37:57 +0000 (22:37 -0400)
commit2a053cc6c3152b7845b54947d7a5853eef08c9f5
tree7139db340df7411733a2a58e1cad8510071f36cb
parent295273959359245063c8bb2476da2ed87540b832
GtkInspector: Add a style tab

This tab shows css properties of a widget, and their origin.
gtk/inspector/Makefile.am
gtk/inspector/init.c
gtk/inspector/inspector.gresource.xml
gtk/inspector/style-prop-list.c [new file with mode: 0644]
gtk/inspector/style-prop-list.h [new file with mode: 0644]
gtk/inspector/style-prop-list.ui [new file with mode: 0644]
gtk/inspector/window.c
gtk/inspector/window.h
gtk/inspector/window.ui